Struct Message

Namespace:RdKafka
Assembly:cs.temp.dll.dll
Syntax
public struct Message

Properties

Key

Declaration
public byte[] Key { get; set; }
Returns
Type Description
System.Byte[]

Offset

Declaration
public long Offset { get; set; }
Returns
Type Description
System.Int64

Partition

Declaration
public int Partition { get; set; }
Returns
Type Description
System.Int32

Payload

Declaration
public byte[] Payload { get; set; }
Returns
Type Description
System.Byte[]

Topic

Declaration
public string Topic { get; set; }
Returns
Type Description
System.String

TopicPartitionOffset

Declaration
public TopicPartitionOffset TopicPartitionOffset { get; }
Returns
Type Description
TopicPartitionOffset